home *** CD-ROM | disk | FTP | other *** search
/ 3D Games (Spidla) / 3dhry2.iso / Cube Drop 2001 1.0 / 3DFontDoc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2003-03-17  |  1.4 KB  |  60 lines

  1. /*
  2. Authors: David Nishimoto and Thomas Lee
  3. Website: http://www.listensoftware.com
  4. Program: Cube Drop
  5. */
  6.  
  7. #if !defined(AFX_3DFONTDOC_H__4431AE0B_2C62_11D3_955D_8422F5C00000__INCLUDED_)
  8. #define AFX_3DFONTDOC_H__4431AE0B_2C62_11D3_955D_8422F5C00000__INCLUDED_
  9.  
  10. #if _MSC_VER >= 1000
  11. #pragma once
  12. #endif // _MSC_VER >= 1000
  13.  
  14.  
  15. class CMy3DFontDoc : public CDocument
  16. {
  17. protected: // create from serialization only
  18.     CMy3DFontDoc();
  19.     DECLARE_DYNCREATE(CMy3DFontDoc)
  20.  
  21. // Attributes
  22. public:
  23.  
  24. // Operations
  25. public:
  26.  
  27. // Overrides
  28.     // ClassWizard generated virtual function overrides
  29.     //{{AFX_VIRTUAL(CMy3DFontDoc)
  30.     public:
  31.     virtual BOOL OnNewDocument();
  32.     virtual void Serialize(CArchive& ar);
  33.     //}}AFX_VIRTUAL
  34.  
  35. // Implementation
  36. public:
  37.     virtual ~CMy3DFontDoc();
  38. #ifdef _DEBUG
  39.     virtual void AssertValid() const;
  40.     virtual void Dump(CDumpContext& dc) const;
  41. #endif
  42.  
  43. protected:
  44.  
  45. // Generated message map functions
  46. protected:
  47.     //{{AFX_MSG(CMy3DFontDoc)
  48.         // NOTE - the ClassWizard will add and remove member functions here.
  49.         //    DO NOT EDIT what you see in these blocks of generated code !
  50.     //}}AFX_MSG
  51.     DECLARE_MESSAGE_MAP()
  52. };
  53.  
  54. /////////////////////////////////////////////////////////////////////////////
  55.  
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  58.  
  59. #endif // !defined(AFX_3DFONTDOC_H__4431AE0B_2C62_11D3_955D_8422F5C00000__INCLUDED_)
  60.